text/template/parse.Tree.hasFunction (method)

4 uses

	text/template/parse (current package)
		parse.go#L228: 		breakOK:     !t.hasFunction("break"),
		parse.go#L229: 		continueOK:  !t.hasFunction("continue"),
		parse.go#L769: 		if checkFunc && !t.hasFunction(token.val) {
		parse.go#L803: func (t *Tree) hasFunction(name string) bool {